type google.golang.org/grpc/internal/transport.trInFlow
10 uses
google.golang.org/grpc/internal/transport (current package)
flowcontrol.go#L80: type trInFlow struct {
flowcontrol.go#L86: func (f *trInFlow) newLimit(n uint32) uint32 {
flowcontrol.go#L93: func (f *trInFlow) onData(n uint32) uint32 {
flowcontrol.go#L105: func (f *trInFlow) reset() uint32 {
flowcontrol.go#L112: func (f *trInFlow) updateEffectiveWindowSize() {
flowcontrol.go#L116: func (f *trInFlow) getSize() uint32 {
http2_client.go#L89: fc *trInFlow
http2_client.go#L332: fc: &trInFlow{limit: uint32(icwz)},
http2_server.go#L86: fc *trInFlow
http2_server.go#L259: fc: &trInFlow{limit: uint32(icwz)},
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)